home *** CD-ROM | disk | FTP | other *** search
- Path: nntp1.best.com!usenet
- From: javaprog@best.com (John Lockwood)
- Newsgroups: comp.lang.c++
- Subject: Re: Rogue Wave: assign RWCSubString to RWCString (how does it work?)
- Date: Tue, 09 Apr 1996 01:37:03 GMT
- Organization: Best Internet Communications
- Message-ID: <4kcf0f$rfm@nntp1.best.com>
- References: <4kc6dl$d58@cpcug.org>
- NNTP-Posting-Host: javaprog.vip.best.com
- X-Newsreader: Forte Free Agent 1.0.82
-
- johne@cpcug.org (John Emmerling) wrote:
-
- >In Rogue Wave's documentation of the RWCTokenizer class there is an
- >example of using the "()" operator which returns an RWCSubString. The
- >return value is stored in an RWCString. Yes the code example works,
- >however I am at a loss to understand how.
-
- >I can't find any "=" operator, type conversion, etc. that would support
- >assigning an RWCSubString to an RWCString.
-
- Well, I don't have the source currently installed on this machine, but
- if you'll pardon a (not too) wild guess, how about RWCSubString -->
- const char * --> RWCString?
-
-
-
-
- Regards,
-
-
-
- John Lockwood
- john@wwg.com
- javaprog@best.com
- http://www.best.com/~javaprog
-
-